home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Source Code
/
Visual Basic Source Code.iso
/
vbsource
/
visual2a
/
module1.bas
< prev
next >
Wrap
BASIC Source File
|
1999-09-24
|
355b
|
11 lines
Attribute VB_Name = "Module1"
'General Declarations
'This one is intended to hide the cursor in Screen-Saver
'Mode
Public Declare Function ShowCursor Lib "user32" (ByVal bShow As Long) As Long
'Program Public variables
Public RST As Integer, A As Integer, DelLines As Boolean
Public PSWD As String, Pts As Integer, P As Boolean, SS As Boolean